net.sf.webphotos.dao.jpa
Class AlbumDAO

java.lang.Object
  extended by net.sf.webphotos.dao.jpa.WebPhotosDAO<AlbumVO,Integer>
      extended by net.sf.webphotos.dao.jpa.AlbumDAO

public class AlbumDAO
extends WebPhotosDAO<AlbumVO,Integer>

Author:
Guilherme

Field Summary
 
Fields inherited from class net.sf.webphotos.dao.jpa.WebPhotosDAO
entityManager
 
Constructor Summary
AlbumDAO()
           
 
Method Summary
 List<AlbumVO> findAll()
           
 
Methods inherited from class net.sf.webphotos.dao.jpa.WebPhotosDAO
createNativeQuery, find, findBy, findByNamedQuery, findByNativeQuery, getEntityManager, remove, save, setEntityManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlbumDAO

public AlbumDAO()
Method Detail

findAll

public List<AlbumVO> findAll()


Copyright © 2008-2012. All Rights Reserved.